AnylineTireSidewallScanner

Entry point for the Tire Sidewall Scanner.

Launches a guided, full-screen camera that captures a tire sidewall automatically once it is correctly framed, uploads it to the Anyline Cloud API, and returns the reading together with the captured image as a TswScanResult.

Use isSupported to confirm the device can run the scanner before launching.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun scan(from: Context, clientId: String, config: TswScannerConfig = TswScannerConfig(), onResult: (TswScanResult) -> Unit)

Launches a sidewall scan.